home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / languages / frexxedv10.lha / fpl / WriteProtect.FPL.README < prev    next >
Encoding:
Text File  |  1994-10-26  |  918 b   |  32 lines

  1. #############################################################################
  2. File:                WriteProtect.FPL
  3. Author:                Jesper Skov
  4. Email:                jskov@iesd.auc.dk
  5. Short:                Buffer write protection
  6. Version:            1.0
  7. Date:                24.10.94
  8. Local settings:        __wp (hidden)
  9. Global settings:
  10. Keysequence:
  11. Type:                function/hook
  12. Prereq:
  13. Copyright:            Jesper Skov
  14.                     Use/distribute according to the terms of GNU GPL.
  15.                     (See the file 'COPYING.GNU' for more info!)
  16. #############################################################################
  17.  
  18. FUNCTION
  19.   If the buffers __wp flag is set, the hooks set by this program will prevent
  20.   any (I hope) changes in the buffer. You can still scroll around and copy,
  21.   though.
  22.  
  23. HISTORY (REV)
  24.   24.10.94 (0)    Initial revision.
  25.  
  26. BUGS
  27.   If you find a native operation which is not patched, please let me know.
  28.  
  29. SEE ALSO
  30.   RCSControl.FPL(.README)
  31.   Philip K. Dick's "Eye in the sky" (ISBN: 0-09-920760-5)
  32.